﻿/*头部样式*/
header{
    display: flex;
    box-shadow: 0px 3px 10px rgba(0,0,0,.1);
    width: 100%;
    background: #fff;
}
header.fixed{
    position: fixed;
    z-index: 999999;
    top:0;
    left:0;
}
.head{
    padding:0 75px;
    height: 90px; 
    width: 100%;   
}
.container{
    max-width: 1600px;
    width: 94%;
    margin: 0 auto;
}
#container{
    max-width: 1600px;
    width: 94%;
    margin: 0 auto;    
}
.logo{
    float: left;
    line-height:90px;
}
.index_logo{
    display: flex;
    /*float: none;*/
    /*line-height: 1.2em;*/
}
.logo_text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;   
    position: relative;
    padding-left: 25px;
    margin-left: 25px;
}
.logo_text:before{
    content:'';
    width: 1px;
    height: 60%;
    background: #ccc;
    position: absolute;
    left:0;
    top:50%;
    margin-top:-30px;
}
.logo_text p{
    line-height: 30px;
}
.logo_text p.p1{
    font-size: 24px;
    color: #333;
    font-weight: bold;
}
.logo_text p.p2{
    font-size: 15px;
    color: #333;
}
.head_tel{
    float: right;
    line-height:90px;
    font-size: 24px;
    color: #333;
    padding-left: 42px;
    background:url(../images/tel1.png) no-repeat left center;
    margin-left: 45px;
}
.nav{
    float: right;
}
.nav li{
    float: left;
    position: relative;
}
.nav li a{
    display: block;
    font-size: 16px;
    color: #222;
    text-align: center;
    line-height: 90px;
    height: 90px;
    padding:0 25px;
}
.nav li a i{
    width: 24px;
    height:20px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-top:35px;
    margin-right: 5px;
}
.nav li:first-child(1) a{
    display: flex;
    align-items: center;
}
.nav li a i{
    margin-top:0;
}
.nav li a i img{
    display: block;
    position: absolute;
    top:0;
    left:0;
}
.nav li:hover{
    background:#ebebeb;
}
.nav li:hover a{
    color: #333;
    font-weight: bold;
}
.nav li:hover a i img{
    top:-20px;
}
.nav li.on{
    background:#ebebeb;
}
.nav li.on a{
    color: #333;
    font-weight: bold;
}
.nav li.on a i img{
    top:-20px;
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:90px;
    left:0px;
    z-index: 999;
    background-color: #171ce1;
    width: 100%;
}
.nav li .b_nav a{
    font-size: 14px;
    color: #fff;  
    line-height: 30px;  
}


.menu-button{
        display: none;
    position: absolute;
    top: 8px;
    right: 5px;
    padding: 7px 10px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    background-color: #333;
    z-index: 99999;
}
.menu-button .bar {
    display: block;
    height: 2px;
    background: #fff;
    margin: 9px 0;
    opacity: 1;
    transition: all .5s ease;
    width: 30px;
    transform-origin: left center;
}
.mnav .bar{
    left: 4px;
    position: relative;
}
.mnav .bar:nth-child(1){
    transform:rotate(45deg);
    /*width: 40px;*/
}
.mnav .bar:nth-child(2){
    opacity: 0;
}
.mnav .bar:nth-child(3){
    transform:rotate(-45deg);
    /*width: 40px;*/
}

.mobileNav{
    display: none;
    background-color: #333;
    text-align: center;
    position: absolute;
    left:0;
    top:61px;
    z-index: 99999;
    width: 100%;
}
.mobileNav li {
    line-height: 2em;
    padding:1em 0;
}
.mobileNav li a{
    font-size: 16px;
    color: #fff;
}
#swiper-container1{
    margin-top:90px;
}
#swiper-container1 .swiper-slide a{
    display: block;
}
#swiper-container1 .swiper-pagination{
    bottom:40px;
}
#swiper-container1 .swiper-pagination .swiper-pagination-bullet{
    background:#f2f2f2;
    width: 17px;
    height: 17px;
    border-radius: 44px;
    opacity: 1;
    margin: 0 10px;
    outline: none;
}
#swiper-container1 .swiper-pagination .swiper-pagination-bullet-active{
    background:#f2c33e;
    width: 70px;
    
}
#swiper-container1 .swiper-button-prev{
    left:5%;
}
#swiper-container1 .swiper-button-next{
    right:5%;    
}
.sq_timer_800ms {
    -webkit-transition: all 800ms;
    -moz-transition: all 800ms;
    -ms-transition: all 800ms;
    -o-transition: all 800ms;
    transition: all 800ms;
}
.mouseIco {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 4%;
    z-index: 999;
}
.mouseIco span{
    font-size: 15px;
    color: #fff;
    letter-spacing: 2px;
    margin-top: 6px;
    display: inline-block;
}
.mouseIco img {
    display: block;
    width: 20px;
    margin: 0 auto 5px;
    position: relative;
    top: -6px;
}
.mouseIco-img1 {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    animation: mouseImg1 1s ease-in-out alternate infinite  ;
}
.mouseIco-img2 {
    -webkit-transform: scale(0.78);
    transform: scale(0.78);
    animation: mouseImg2 1s  ease-in-out alternate infinite;
}
.mouseIco-img3 {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    animation: mouseImg3 1s  ease-in-out alternate infinite;
}
@keyframes mouseImg1 {
    0%{
        -webkit-transform: scale(0.5)  translateY(-5px);
        transform: scale(0.5)  translateY(-5px);
    }
    100%
    {
        -webkit-transform: scale(0.5) translateY(5px);
        transform:  scale(0.5) translateY(5px);
    }
    
}
@keyframes mouseImg2 {
    0%{
        -webkit-transform:scale(0.78)  translateY(-5px);
        transform: scale(0.78) translateY(-5px);
    }
    100%
    {
        -webkit-transform: scale(0.78) translateY(5px);
        transform:scale(0.78) translateY(5px);
    }
}
@keyframes mouseImg3 {
    0%{
        -webkit-transform:scale(1.2) translateY(-5px);
        transform:scale(1.2) translateY(-5px);
    }
    100%
    {
        -webkit-transform:scale(1.2) translateY(5px);
        transform:scale(1.2) translateY(5px);
    }
}
@keyframes mouse-dot {
    from {
        opacity: 0;
    }
    33% {
        opacity: 1;
    }
    to {
        transform: translateY(15px);
        -webkit-transform: translateY(15px);
        opacity: 0;
    }
}
@-webkit-keyframes mouse-dot {
    from {
        opacity: 0;
    }
    33% {
        opacity: 1;
    }
    to {
        transform: translateY(15px);
        -webkit-transform: translateY(15px);
        opacity: 0;
    }
}
@media(max-width: 1900px){
    /*.logo{*/
    /*    max-width: 400px;*/
    /*}*/
    .nav li a{
        padding:0 20px;
        font-size:15px;
    }
    .head_tel{
        font-size: 22px;
    }
}
@media(max-width: 1800px){
    .logo_text{
        padding-left: 20px;
        margin-left: 20px;
    }    
    .logo_text p.p1{
        font-size: 22px;
    }
    .nav li a {
        padding: 0 15px;
    }
}
@media(max-width: 1700px){
    .head{
        padding: 0 50px;
    }
    .nav li a{
        padding:0 15px;
        
    } 
    .head_tel{
        font-size: 20px;
        margin-left:30px;
    }   
}
@media(max-width: 1600px){

    .head{
        padding: 0 30px;
    }
    .nav li a{
        padding:0 12px;
    }
    .head_tel {
        font-size: 18px;
        margin-left: 15px;
    }
.logo_text{
    padding-left: 15px;
    margin-left: 15px;
}
.logo_text:before{
    content:'';
    width: 1px;
    height: 40px;
    background: #ccc;
    position: absolute;
    left:0;
    top:50%;
    margin-top:-20px;
}
.logo_text p{
    line-height: 26px;
}
.logo_text p.p1{
    font-size: 20px;
}
.logo_text p.p2{
    font-size: 14px;
}
}
@media(max-width: 1440px){
    .head{
        height: 70px;
    }
    .logo{
        /*max-width: 300px;*/
        line-height:70px;
    }
    .nav li a{
        padding:0 10px;
        line-height:70px;
        height: 70px;
        font-size: 15px;
    }
/*    .nav li a i{
        margin-top: 25px;
    }*/
    .head_tel{
        line-height:70px;
        font-size: 16px;
        margin-left: 10px;
    }
    #swiper-container1{
        margin-top:70px;
    }
    .logo_text p.p2 {
        font-size: 13px;
    }
}
@media(max-width: 1360px){
    .logo_text{
        display:none;
    }
}
@media(max-width: 1260px){
    .head_tel{
        display: none;
    }

}
@media(max-width: 1259px){
    #swiper-container1{
        margin-top:0px;
    }
    .sq_timer_800ms{
        display:none;
    }
}
@media(max-width: 1199px){
    .head {
        padding: 0 30px;
    }
    .container{
        box-sizing: border-box;
        width: 100%;
        padding:0 2%;
    }

    .nav li a{
        font-size: 14px;
    }
}
@media(max-width: 992px){
    header{
        position:fixed;
        top:0;
        left:0;
        z-index:999999999;
    }
    #swiper-container1{
        margin-top:70px;
    }
    .menu-button{
        display: block;
    }
    .nav{
        display: none;
    }
    .logo{
        width: 70%;
        float: none;
        max-width: 100%;
    }
}
@media(max-width: 768px){
    .head {
        padding: 0 20px;
    }
    #swiper-container1 .swiper-pagination{
        bottom:10px;
    }
    #swiper-container1 .swiper-pagination .swiper-pagination-bullet{
        width: 50px;
    }
}
@media(max-width: 640px){
    .head {
        padding: 0 10px;
    }
    #swiper-container1 .swiper-pagination{
        bottom:0;
    }
    #swiper-container1 .swiper-pagination .swiper-pagination-bullet{
        width: 30px;
    height: 10px;
    margin: 0 8px 6px 4px;
    }
    .index_zs{
        display:none!important;
    }
}


.case_list1{
    display: flex;
    flex-wrap: wrap;
}
.case_list1 li{
    width: 18.4%;
    margin-right:2%;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px #ccc;
    overflow: hidden;
}
.case_list1 li:nth-child(5n){
    margin-right: 0;
}
.case_list1 li img{
    transition: all 0.6s ease-out;
}
.case_list1 li:hover img{
    transition: all 0.6s;
    transform: scale(1.1);
}
.tab1{
    display: none;
}
.tab1 a.img{
    display: block;
}

@media(max-width:1600px){
    
}
@media(max-width:1440px){
    
}
@media(max-width:1259px){
    .case_list1 li{
        width: 32%;
        margin-bottom: 20px;
    }
    .case_list1 li:nth-child(4n){
        margin-right: 2%;
    }
    .case_list1 li:nth-child(3n){
        margin-right: 0;
    } 
}
@media(max-width:1024px){
    
}
@media(max-width:768px){
    
}
@media(max-width:767px){
    .case_list1 li{
        width: 49%;
        margin-bottom: 10px;
    }
    .case_list1 li:nth-child(3n){
        margin-right: 2%;
    }
    .case_list1 li:nth-child(2n){
        margin-right: 0;
    }     
}


.index_main1{
    padding:65px 0;
}
.index_title1{
    font-size: 34px;
    color: #333;
    position: relative;
    line-height:1em;
    padding-bottom: 30px;
}
.index_title1:before{
    content:'';
    position: absolute;
    bottom:0;
    left:0;
    width: 60px;
    height: 4px;
    background:#f2c33e;
}
.tab1li{
    margin:35px 0 50px;
}
.tab1li ul{

}
.tab1li ul li{
    float: left;
    margin-right: 25px;
}
.tab1li ul li:last-child{
    margin-right: 0;
}
.tab1li ul li a{
    display: block;
    /*width: 132px;*/
    padding:0 10px;
    line-height:38px;
    height: 38px;
    font-size: 16px;
    color: #4c4c4c;
    background:#e6e6e6;
    text-align:center;
}
.tab1li ul li.cur a{
    background:#383838; 
    color: #fff;   
}
.tab1li ul li a img{
    margin-right: 7px;
    position: relative;
    top:-2px;

}
.tab1li ul li a:hover{
    background:#383838;
    color: #fff;
}
.tab1{

}
.product_list1{
    display: flex;
    flex-wrap: wrap;
}
.product_list1 li{
    width: 33.33333%;

}
.product_list1 li a{
    display: block;
    border:1px solid #e5e5e5;
    padding:30px 85px 30px 55px;
    position: relative;
}
.product_list1 li a:before{
    content:'';
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    height: 5px;
    background:#f2c33e;
    opacity: 0;
}
.product_list1 li a .img{
    width: 50%;
    float: left;
    overflow: hidden;
}
.product_list1 li a .img img{
    transition: all 0.6s ;
}
.product_list1 li a .text{
    padding-left: 20px;
    width: 50%;
    float: right;
}
.product_list1 li a .text h3{
    font-size: 24px;
    color: #333;
    font-weight: normal;
    line-height: 1em;
    padding-top:20px;
}
.product_list1 li a .text h4{
    font-size: 18px;
    color: #333;
    font-weight: normal;
    line-height: 1em;
    margin:15px 0 22px;
}
.product_list1 li a .text p{
    font-size: 14px;
    color: #999;
    line-height:1.6em;
}
.product_list1 li a .text .more1{
    width: 42px;
    height: 42px;
    overflow: hidden;
    position: relative;
    margin-top: 22px;
}
.product_list1 li a .text .more1 img{
    display: block;
    position: absolute;
    top:0;
}
.product_list1 li:hover a:before{
    opacity: 1;
}
.product_list1 li:hover a .img img{
    transition: all 0.6s ease-out;
    transform: scale(1.1);
}
.product_list1 li:hover a .text .more1 img{
    top:-42px;
}

a.more9{
    width: 120px;
    line-height: 42px;
    height: 42px;
    font-size: 15px;
    color: #4c4c4c;
    background: #e6e6e6;
    text-align: center;
    margin:15px auto 0;
    display: none;
}
@media(max-width: 1600px){
    .index_title1{
        font-size: 26px;
    }
    .product_list1 li a {
        padding: 20px 25px;
    }
    .product_list1 li a .text h3{
        font-size: 20px;
    }
    .product_list1 li a .text h4{
        font-size: 16px;
    }
}
@media(max-width: 1440px){
    .index_main1{
        padding:50px 0;
    }
    .index_title1 {
        font-size: 24px;
        padding-bottom: 20px;
    }
    .tab1li {
        margin: 30px 0;
    }
    .product_list1 li a .text h4 {
        margin: 10px 0;
    }
}
@media(max-width: 1360px){
    .product_list1 li a .text h3 {
        font-size: 16px;
    }
}
@media(max-width: 1024px){

    .product_list1 li a .text h4 {
        font-size: 14px;
        margin: 10px 0;
    }
}
@media(max-width: 992px){
    .index_title1{
        font-size: 22px;
    }
    .tab1li {
        margin: 25px 0 25px;
    }
    .tab1li ul li a{
        font-size: 14px;
        /*width: 120px;*/
        line-height: 32px;
        height: 32px;
    }
    .product_list1 li a .text {
        padding-left: 10px;
    }
    
}
@media(max-width: 768px){
    .index_main1{
        padding:30px 0;
    }
    .index_title1{
        font-size: 20px;
    }
    .product_list1 li a{
        padding:15px 10px;
    }
    .tab1li ul li{
        margin-right: 15px;
    }
    /*.tab1li ul li a{*/
    /*    width: 100px;*/
    /*}*/
    .product_list1 li{
        width: 50%;
    }
    .product_list1 li a .img {
        width: 100%;
        float: none;
        text-align:center;
    }
    .product_list1 li a .text {
        width: 100%;
        float: none;
        padding-left:0;
    }
    .product_list1 li a .text h3{
        font-size: 16px;
        padding-top: 10px;
    }
    .product_list1 li a .text h4{
        font-size: 16px;
    }
    .product_list1 li a .text .more1{
        width: 32px;
        height: 32px;
        margin-top: 15px;
    }
    .product_list1 li:hover a .text .more1 img{
        top:-32px;
    }
}
@media(max-width: 767px){
    .product_list1 li a .text p {
    font-size: 14px;
    color: #999;
    line-height: 1.6em;
    height: 70px;
}
    .index_title1 {
        padding-bottom: 15px;
    }
    .index_title1:before{
        width: 50px;
    }
    .tab1li {
        margin: 10px 0;
    }
    .tab1li li{
        margin:5px 5px 5px 0;
    }
    .tab1li ul li {
        margin-right: 5px;
    }
    .tab1li ul li a{
        padding:0 5px;
    }
    .product_list1 li{
        width: 100%;
    }
    .product_list1 li a .text h3{
        font-size: 16px;
    }
    .product_list1 li a .text h4{
        font-size: 16px;
    }
    a.more9{
        display:block;
    }
    .case_list1 li{
        display:none;
    }
    .case_list1 li:nth-child(1),.case_list1 li:nth-child(2),.case_list1 li:nth-child(3),.case_list1 li:nth-child(4){
        display:block;
    }

}



.index_about{
    background:url(../images/bg1.jpg) no-repeat center;
    background-size: cover;
    padding:140px 0 120px;
}
.index_title2{
    text-align:center;

}
.index_title2 h3{
    font-size: 38px;
    color: #fff;
    font-weight: normal;
    line-height:1em;
    padding-bottom: 20px;
    position: relative;
}
.index_title2 h3:before{
    content:'';
    width: 72px;
    height: 3px;
    background: #fff;
    position: absolute;
    left:50%;
    margin-left: -30px;
    bottom:-4px;
   
}
.index_title2 p{
    font-size: 20px;
    color: #ccc;
    line-height:1em;
    padding-top:30px;
    display: none;
}
.index_v1{
    background: #f7f7f7;
}
.index_about_text1{
    font-size: 16px;
    color:#e0e0e0;
    text-align: center;
    padding:30px 0;
    width: 60%;
    margin:0 auto;
}
.index_about_list{
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0 40px;
/*    justify-content: center;*/
}
.index_about_list li{
    width: 25%;
    text-align:center;
    position: relative;
}
.index_about_list li:before{
        content: '';
    position: absolute;
    right: 0;
    top: 82%;
    margin-top: -30px;
    width: 1px;
    height: 36px;
    /*background: rgba(255,255,255,.3);*/
    background: #ccc;
}
.index_about_list li:last-child:before{
    opacity: 0;
}
.index_about_list li .img{
    display: none;
}
.index_about_list li .img img{
    
}
.index_about_list li p{
    font-size: 16px;
    color: #666;
    padding: 4px 0 14px;
    line-height: 1em;
}
.index_about_list li h3{
    font-size: 16px;
    /*color: #333;*/
    color: #333;
    line-height:1em;
/*    font-weight: normal;*/
}
.index_about_list li h3 span{
    font-size: 40px;
    font-weight: normal;
}
a.more2{
    display: block;
    margin:0 auto;
    margin-top: 40px;
    width: 70px;
    height: 69px;
}

@media(max-width: 1600px){
    .index_title2 h3{
        font-size: 30px;
    }
    .index_title2 p{
        font-size: 16px;
        padding-top: 20px;
    }
    .index_about_list li h3 span{
        font-size: 32px;
    }
    .index_about_text1{
        font-size: 14px;
        width: 80%;
    }
}
@media(max-width: 1440px){
    .index_about{
        padding: 70px 0;
    }
    .index_about_list{
        padding: 40px 0;
    }
}
@media(max-width: 1360px){

}
@media(max-width: 1024px){
    .index_about {
        padding: 60px 0;
    }
    .index_title2 h3 {
        font-size: 26px;
    }
}
@media(max-width: 992px){
    .index_about_list li h3 span{
        font-size: 26px;
    }
    .index_about_list li p{
        font-size:14px;
    }

}
@media(max-width: 768px){
    .index_about {
        padding: 50px 0;
    }
    .index_title2 h3 {
        font-size: 24px;
    }
    .index_title2 p {
        font-size: 14px;
        padding-top: 10px;
    }
    .index_about_list{
        padding: 20px 0;
    }
    .index_about_list li h3{
        font-size: 14px;
    }
    .index_about_list li h3 span{
        font-size: 22px;
    }
    a.more2{
        width: 45px;
        height: 44px;
    }
    .index_about_text1{
        width: 96%;
        padding:25px 0;
    }
}
@media(max-width: 767px){
    .index_about{
        padding: 64px 0;
    }
    .index_title2 h3 {
        font-size: 24px;
    }
    .index_about_list li h3 span{
        font-size: 20px;
    }
    .index_about_list li h3{
        font-size: 14px;
    }
    .index_about_list li h3 span {
        font-size: 22px;
    }
}



.index_news{
    padding:70px 0 75px;
    background:url(../images/bg3.jpg) no-repeat center;
    background-size: cover;
}
.index_title1_p{
    font-size: 14px;
    color: #8e8e8e;
    line-height:1em;
    padding-top: 20px;
}
.index_news_content{
    margin-top:55px;
}
.news_list_l{
    width: 37%;
    float: left;
}
.news_list1{

}
.news_list1 li a{
    display: block;
    position: relative;
    overflow: hidden;
}
.news_list1 li a img{
    transition: all 0.6s ease-out;
}
.news_list1 li a h3{
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    background:rgba(0,0,0,0.7);
    font-size: 20px;
    color: #fff;
    line-height:60px;
    height: 60px;
    font-weight: normal;
    padding:0 30px;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_list1 li a:hover img{
    transition: all 0.6s ;
    transform: scale(1.1);
}

.news_list_r{
    width: 59%;
    float: right;
}
.news_list_r h4{
    font-size: 26px;
    color: #333;
    line-height:1em;
    margin-bottom: 30px;
}
.news_list2 {

}
.news_list2_list{
    display: flex;
    flex-wrap: wrap;
}
.news_list2_list li{
    padding:25px 0 30px;
    width: 47.5%;
    border-top:1px solid #f2c33e;
    margin-right: 5%;
}
.news_list2_list li:nth-child(2n){
    margin-right: 0;
}
.news_list2_list a{
    display: block;
}
.news_list2_li{

}
.news_list2_list li .text{
    width: 80%;
    float: left;
}
.news_list2_list li .text h3{
    font-size: 20px;
    color: #4c4c4c;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_list2_list li .text p{
    font-size: 14px;
    color: #808080;
}
.news_list2_list li .date{
    width: 20%;
    float: right;
    text-align: right;
    color: #1a1a1a;
}
.news_list2_list li span{
    font-size: 14px;
    color: #666;
    text-align:right;
    display: block;
}
.news_list2_list li:hover .text h3{
    color: #333;
}

@media(max-width: 1600px){
.news_list1 li a h3 {
    font-size: 16px;
    line-height: 50px;
    height: 50px;
}
    .news_list_r h4{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .news_list2_list li {
        padding: 15px 0;
        width: 48%;
        border-top: 1px solid #f2c33e;
        margin-right: 4%;
    }
    .news_list2_list li .text h3{
        font-size: 16px;
    }
    .news_list2_list li .text p{
        line-height:1.8em;
    }
}
@media(max-width: 1440px){
    .index_news{
        padding:50px 0;
    }
}
@media(max-width: 1360px){

}
@media(max-width: 1024px){
    .index_news {
        padding: 40px 0;
    }
}
@media(max-width: 992px){
    .index_news_content {
        margin-top: 30px;
    }
    .news_list_l{
        display: none;
    }
    .news_list_r {
        width: 100%;
        float: none;
    }
    .news_list_r h4{
        display: none;
    }
    .news_list2_list li .text{
        width: 100%;
        float: none;
    }
    .news_list2_list li .date {
        width: 100%;
        float: none;
        text-align: left;
    }
}
@media(max-width: 768px){
    .index_news {
        padding: 30px 0;
    }

}
@media(max-width: 767px){
    .index_news {
        padding: 20px 0;
    }
    .index_title1_p{
        padding-top: 15px;
    }
    .news_list2_list li {
        padding: 12px 0;
        width: 100%;
        margin-right: 0%;
    }
    .index_news_content {
        margin-top: 20px;
    }
    .news_list2_list li .text h3{
        font-size: 14px;
    }
}




.index_bottom{
    background:url(../images/bg2.jpg) no-repeat center;
    background-size: cover;
    padding:110px 0 90px;
    color: #fff;
    text-align:center;
}
.index_bottom h3{
    font-size: 32px;
}
.index_bottom h4{
    font-size: 18px;
}
.index_bottom a{
    width: 160px;
    line-height:42px;
    height: 44px;
    display: block;
    margin:32px auto 0;
    font-size: 14px;
    color: #fff;
    border-radius: 25px;
    border:1px solid #fff;
}
.index_bottom a:hover{
    background:#f2c33e;
    border:1px solid #f2c33e;
}
@media(max-width: 1600px){

}
@media(max-width: 1440px){

}
@media(max-width: 1360px){

}
@media(max-width: 1024px){
    .index_bottom{
        padding: 70px 0 ;
    }
    .index_bottom h3{
        font-size: 26px;
    }
    .index_bottom h4 {
        font-size: 16px;
    }
    .index_bottom a {
        width: 120px;
        margin: 20px auto 0;
    }
}
@media(max-width: 992px){

}
@media(max-width: 768px){
    .index_bottom{
        padding: 50px 0 ;
    }
    .index_bottom h3{
        font-size: 24px;
    }
    .index_bottom h4 {
        font-size: 16px;
    }
}
@media(max-width: 767px){
    .index_bottom{
        padding: 25px 0 ;
    }
    .index_bottom h3{
        font-size: 20px;
    }
    .index_bottom h4 {
        font-size: 14px;
    }
    .index_bottom a{
        line-height: 34px;
        height: 36px;
        width: 105px;
        margin: 10px auto 0;
    }
}



/*页面底部*/
.footer{
    background:#25262b;
    padding:75px 0 115px;
}
.f_nav{
    width: 70%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.f_nav li{
    width: 16.6666666667%;
}
.f_nav li h3{
    font-size: 20px;
    color: #fff;
    line-height:1em;
    margin-bottom: 18px;
}
.f_nav li a{
    display: block;
    font-size: 14px;
    color: #a8a8a8;
}
.f_nav li a:hover{
    text-decoration: underline;
}
.f_logo{
    width: 30%;
    float: right;
    position: relative;
    text-align:center;
}
.f_logo:before{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width: 1px;
    height: 220px;
    background:#2e2f34;
}
.f_logo p:nth-child(2){
    font-size: 22px;
    color: #fff;
    line-height:1em;
    padding:12px 0 10px;
}
.f_logo p:nth-child(3){
    font-size: 16px;
    color: #808080;
    line-height:1em;
    margin-bottom: 25px;
}
.f_share a{
    margin:0 10px;
}
.foot{
    background:#25262b;
    padding:25px 0 20px;
    border-top:1px solid #2e2f34;
    color: #808080;
    font-size: 14px;
}
.foot a{
    color: #808080;
    font-size: 14px;    
}
.f_link{
    margin-bottom: 40px;
}
.f_link a{
    margin-left: 15px;
}
.copyright{

}
.copyright_l{
    float: left;
}
.copyright_r{
    float: right;
}

@media(max-width: 1600px){
    .f_logo p:nth-child(2){
        font-size: 20px;
    }
    .footer {
        background: #25262b;
        padding: 70px 0;
    }
}
@media(max-width: 1440px){

}
@media(max-width: 1360px){

}
@media(max-width: 1024px){
    .footer {
        background: #25262b;
        padding: 50px 0;
    }
    .f_nav li h3{
        font-size: 18px;
    }
    .f_logo p:nth-child(2) {
        font-size: 16px;
    }
    .f_link {
        margin-bottom: 20px;
    }
    .foot{
        padding:20px 0;
    }

}
@media(max-width: 992px){
    .f_link{
        display: none;
    }
}
@media(max-width: 768px){
    .f_nav li h3{
        font-size: 16px;
    }
    .footer{
        display: none;
    }
    .f_link {
        margin-bottom: 15px;
    }
    .foot{
        padding:15px 0;
    }
    .copyright_l,.copyright_r{
        width: 100%;
        float: none;
    }
}
@media(max-width: 767px){
    .f_link {
        margin-bottom: 10px;
    }
}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}
.f_none{
    display: none;
}




/*------------内页-------------------*/
.n_banner {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    margin-top:90px;
}
.n_banner img {
    width: 100%;
    margin: 0 auto
}
.n_container{
    max-width: 1400px;
}
.sitemp{
    height: 70px;
    border-bottom: 1px solid #e0e0e0;
}
.sort{
    display: flex;
    flex-wrap: wrap;
    float: left;
}
.sort li{
    position: relative;
    margin-left: 70px;
}
.sort li:before{
    content:'';
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    height: 3px;
    background:#f2c33e;
    opacity: 0;
    transition: all 0.5s ease-out;
    width: 0;
}
.sort li:first-child{
    margin-left: 0;
}
.sort li a{
    display: block;
    font-size: 16px;
    color: #333333;
    line-height:70px;
}
.sort li:hover a{
    color: #333;
}
.sort li:hover:before{
    opacity: 1;
    transition: all 0.5s;
    width: 100%;
}
.site{
    float: right;
    line-height:70px;
    font-size: 14px;
    color: #999;
    background:url(../images/site.png) no-repeat left center;
    padding-left: 24px;
}
.site a{
    font-size: 14px;
    color: #4c4c4c;    
}
.sitemp2{
    background:#f8f8f8;
    height: 60px;
}
.sitemp2 .sort li a{
    line-height:50px;
}
.sitemp2 .site{
    line-height:60px;
}
.c_sitemp .site{
    width: 100%;
    float: none;
}
.c_sort1{
    
}
.c_sort1 .sort{
    margin-top: 20px;
    width: 100%;
    float: none;
    text-align: center;
    display: flex;
    justify-content: center;
}
.c_sort1 .sort li{
    display: inline-block;
}
.c_sort1 .sort li a{
    font-size: 18px;
}
.c_container{
    max-width: 1400px;
}
@media(max-width: 1600px){
    .sitemp{
        height: 60px;
    }
    .sitemp .sort li a{
        line-height:60px;
    }
    .c_sitemp .sort li a{
        line-height:60px;
    }
    .sitemp .site{
        line-height:60px;
    }
}
@media(max-width: 1440px){
   
    .sort li{
        margin-left: 50px;
    }
    .n_banner{
        margin-top:70px;
    }
    .c_sort1 .sort li a{
        font-size: 16px;
    }
}
@media(max-width: 1360px){
    .n_banner {
    width: 100%;
    margin: 0;
    left: 0;
}

}
@media(max-width: 1259px){
    .n_banner{
        margin-top:0;
    }
}

@media(max-width: 1024px){
    .sitemp{
        height: 50px;
    }
    .sitemp .sort li a{
        line-height:50px;
    }
    .c_sort1 .sort li a{
        line-height:50px;
    }
    .sitemp .site{
        line-height:50px;
    }
    .sort li{
        margin-left: 30px;
    }
}
@media(max-width: 992px){
    .sort li{
        margin: 0 auto;
    }
    .sort li:first-child {
    margin: 0 auto;
}
    .sort{
        float: none;
    }
    .site{
        display: none;
    }
    .sitemp2 .site{
        display: block;
        float: none;
    }
    .c_sitemp{
        display:none;
    }
}
@media(max-width: 860px){
    .n_banner {
        margin: 70px 0 0;
    }
}
@media(max-width: 768px){
    .n_banner {
        width: 150%;
        left: -22%;
    }
}
@media(max-width: 767px){
    .sort li a {
        display: block;
        font-size: 14px;
        color: #666;
        font-weight: bold;
        line-height: 70px;
    }
}



#about1{
    background:#f4f4f4;
    padding:75px 0 65px;
}
.about_title1{
    font-size: 40px;
    color: #333;
    line-height:1em;
    margin-bottom: 30px;
}
.about_title1 span{
    font-size: 14px;
    color: #808080;
    font-weight: bold;
    margin-left: 15px;
    line-height:1em;
}
.about1_text{
    font-size: 15px;
}
#about2{
    padding:50px 0;
}
.about_title2{
    text-align:center;
    margin-bottom: 50px;
}
.about_title2 h3{
    font-size: 36px;
    color: #333;
    font-weight: normal;
    line-height:1em;
}
.about_title2 p{
    font-size: 18px;
    color: #808080;
    line-height:1em;
    padding-top: 22px;
}
.about2_list{

}
.about2_list li{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.about2_list li .img{
    width: 50%;
}
.about2_list li .text{
    width: 50%;
    background:#f0f0f0;
    padding:10% 90px 0;
/*    display: table;
    height: 100%;*/
}
.about2_list li .text .cont{
    display: table-cell;
    vertical-align: middle;
}
.about2_list li .text h4{
    font-size: 30px;
    color: #333;
    font-weight: normal;
    line-height:1em;
    margin-bottom: 30px;
}
.about2_list li .text p{
    font-size: 15px;
    color: #404040;
    line-height:2.5em;
}
.about2_list li:nth-child(2n){
    flex-direction:row-reverse;
}
.about2_list li:nth-child(2) .text{
    padding:6% 90px 0;
}


#about3{
    padding:80px 0 120px;
    background:url(../images/fzlc_bg.png) no-repeat top center;
    background-size: cover;
}
#about3 h2{
    font-size: 36px;
    color: #fff;
    font-weight: normal;
    text-align:center;
    margin-bottom: 60px;
}
.about_fzlc{
    padding:0 12%;
    position: relative;
}
.about_fzlc .swiper-button-next2{
    width: 55px;
    height: 55px;
    position: absolute;
    left:3%;
    top:50%;
    margin-top:-22.5px;
    z-index: 9999;
    background:url(../images/left1.png) no-repeat;
    outline: none;
    cursor: pointer;
}
.about_fzlc .swiper-button-prev2{
    width: 55px;
    height: 55px;
    position: absolute;
    right:3%;
    top:50%;
    margin-top:-22.5px;
    z-index: 9999;
    background:url(../images/left1.png) no-repeat;
    outline: none;
    cursor: pointer;  
    transform: rotate(-180deg);  
}
#swiper-container3{
    position: relative;
    padding-top:5px;
}
#swiper-container3:before{
    content:'';
    position: absolute;
    top:10px;
    left:0;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    background:#fff;
}
#swiper-container3 .swiper-slide{
    position: relative;
    cursor: pointer;
}
#swiper-container3 .swiper-slide:before{
    content:'';
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    position: absolute;
    top: 32px;
    left: 50%;
    margin-left: -12px;
}
#swiper-container3 .swiper-slide .yd{
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    position: relative;
    left:50%;
    margin-left: -6px;   
}
#swiper-container3 .swiper-slide .yd:before{
    content: '';
    position: absolute;
    left: -4px;
    top: -4px;
    width: 19px;
    height: 19px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #000;
    z-index: -1;
}
#swiper-container3 .swiper-slide .text{
    background:#fff;
    position: relative;
    padding:22px 15px;
    margin-top:30px;
    border-radius: 5px;
}
#swiper-container3 .swiper-slide h3{
    font-size:24px;
    color: #333;
}
#swiper-container3 .swiper-slide p{
    font-size:14px;
    line-height:1.6em;
    /*height: 4.8em;*/
    overflow: hidden;
}

#swiper-container3 .swiper-slide:hover:before{
    border-bottom: 12px solid #f2c33e;    
}
#swiper-container3 .swiper-slide:hover .text{
    background:#f2c33e;
}
#swiper-container3 .swiper-slide:hover h3{
    color: #fff;
}
#swiper-container3 .swiper-slide:hover p{
    color: #fff;
}
#about4{
    padding:65px 0 50px;
}
#about4 h2{
    /*color: #333;*/
    color: #333;
    font-weight: normal;
    font-size: 40px;
    text-align:center;
    line-height:1em;
    margin-bottom: 45px;
}
.swiper-pagination2{
    text-align:center;
    margin-top: 30px;
}
.swiper-pagination2 span{
    margin:0 5px;
    width: 12px;
    height: 12px;
    background:#666666;
    opacity: 1;
}
.swiper-pagination2 span.swiper-pagination-bullet-active{
    background:#f2c33e;
}

@media(max-width: 1600px){
    #about1 {
        padding: 50px 0;
    }
    .about_title1{
        font-size: 32px;
    }
    .about_title2 {
        margin-bottom: 35px;
    }
    .about_title2 h3{
        font-size: 32px;
    }
    .about_title2 p {
        font-size: 16px;
        padding-top: 15px;
    }
    .about2_list li .text h4{
        font-size: 26px;
    }
    .about2_list li .text p{
        font-size:14px;
    }
    #about3 h2 {
        font-size: 32px;
        margin-bottom: 40px;
    }
    #about4 {
        padding: 50px 0;
    }
    #about4 h2{
        font-size: 32px;
    }
}
@media(max-width: 1440px){

}
@media(max-width: 1360px){
    .about2_list li .text {
        padding: 7% 60px 0;
    }
    .about2_list li .text h4{
        margin-bottom: 20px;
    }
    .about2_list li .text p{
        line-height:2em;
    }
    .about2_list li:nth-child(2) .text {
        padding: 4% 60px 0;
    }
}
@media(max-width: 1024px){
    .about1_text{
        font-size: 14px;
    }
    .about_title2 h3 {
        font-size: 26px;
    }
    .about_title2 p {
        font-size: 14px;
        padding-top: 12px;
    }
    .about2_list li .text {
        padding: 6% 30px 0;
    }
    .about2_list li:nth-child(2) .text {
        padding: 4% 30px 0;
    }
    .about2_list li .text h4 {
        font-size: 24px;
    }
    #about3 {
        padding: 70px 0;
    }
    #about3 h2{
        margin-bottom: 30px;
        font-size:26px;
    }
    #about4 h2{
        font-size: 24px;
    }
    .about_title1 {
        font-size: 26px;
        margin-bottom: 20px;
    }
}
@media(max-width: 992px){
    #about1 {
        padding: 40px 0;
    }
    .about2_list li .text {
        padding: 20px 15px;
    }
    .about2_list li:nth-child(2) .text {
        padding: 20px 15px;
    }
    .about2_list li .text h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    #about4 {
        padding: 40px 0;
    }
}
@media(max-width: 768px){
    .about2_list li{
        padding:0 30px;
    }
    .about2_list li .img {
        width: 100%;
    }
    .about2_list li .text {
        width: 100%;
    }
    #about3 {
        padding: 50px 0;
    }
    #about3 h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .about_fzlc{
        padding:0;
    }
    .about_fzlc .swiper-button-prev2{
        display: none;
    }
    .about_fzlc .swiper-button-next2{
        display: none;
    }

    #about4 h2{
        font-size: 22px;
        margin-bottom: 30px;
    }
    #swiper-container3 .swiper-slide h3{
        font-size: 20px;
    }
}
@media(max-width: 767px){
    #about1 {
        padding: 25px 0;
    }
    .about_title1{
        font-size: 20px;
        margin-bottom: 15px;
    }
    #about2 {
        padding: 25px 0;
    }
    .about_title2{
        margin-bottom: 15px;
    }
    .about_title2 h3 {
        font-size: 20px;
    }
    .about2_list li{
        padding:0 0px;
    }
    .about2_list li .text h4{
        font-size: 16px;
    }
    #about3 {
        padding: 30px 0;
    }
    #about3 h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    #about3 h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    #about4 {
        padding: 25px 0;
    }
    #about4 h2{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .swiper-pagination2{
        display: none;
    }
}


/*product*/
.product_list{
    padding:35px 0 40px;
}
.product_list li a{
    padding:26px 30px 30px 30px;;
}
.product_detail{
    padding:50px 0 55px;

}
.p_content1{

}
.p_content1 .img{
    width: 50%;
    float: left;
    text-align:center;
    border:1px solid #e5e5e5;
    overflow: hidden;
    cursor: pointer;
}
.p_content1 .img img{
    transition: all 0.6s ease-out;
}
.p_content1 .img:hover img{
    transition: all 0.6s;
    transform: scale(1.1);
}
.p_content1 .p_text1{
    width: 47%;
    float: right;
}
.p_content1 .p_text1 h1{
    font-size: 32px;
    color: #333;
    line-height:1em;
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc;
}
.p_text1_cont1{
    padding:22px 0 18px;
}
.p_text1_cont1_l{
    float: left;
}
.p_text1_cont1_l p{
    font-size: 18px;
    color: #333;
    line-height:1.6em;
}
.p_text1_cont1_r{
    float: right;
}
.p_text1_cont1_r .p_tel{
    padding-left: 35px;
    background:url(../images/tel2.png) no-repeat left center;
    font-size: 20px;
    color: #333;
    line-height:22px;
    margin-bottom:8px;
}
.p_text1_cont1_r a{
    display: block;
    width: 180px;
    height: 32px;
    line-height:32px;
    background:#333;
    font-size: 16px;
    color: #fff;
    text-align:center;
}
.p_text1_cont2{
    font-size: 15px;
    color: #4c4c4c;
    margin:12px 0 30px;
}
.p_text1_cont3{
    display: flex;
    flex-wrap: wrap;
}
.p_text1_cont3 h4{
    font-size: 26px;
    color: #333;
    font-weight: normal;
    position: relative;
    line-height:1em;
    margin-bottom: 12px;
    text-align:center;
    background:url(../images/line1.png) no-repeat center;
}
.p_text1_cont3 p{
    line-height:2.2em;
}
.p_text1_cont3 .p_xiaog{
    width: 47%;
    margin-right: 6%;
    background:url(../images/p_bg1.jpg) no-repeat bottom center #f0f0f0;
    padding:35px 35px 0;
    height: 277px;
}
.p_text1_cont3 .p_jis{
    width: 47%;
    background:url(../images/p_bg1.jpg) no-repeat bottom center #f0f0f0;
    padding:35px 35px 0;
    height: 277px;
}

@media(max-width: 1600px){
    .product_list {
        padding: 30px 0;
    }
    .product_list li a {
        padding: 20px 25px;
    }
    .p_content1 .p_text1 h1{
        font-size: 26px;
        padding-bottom: 15px;
    }
    .p_text1_cont1 {
        padding: 15px 0;
    }
    .p_text1_cont1_l p{
        font-size: 16px;
    }
    .p_text1_cont1_r .p_tel{
        font-size: 18px;
    }
    .p_text1_cont2 {
        margin: 10px 0 15px;
    }
    .p_text1_cont3 .p_xiaog{
        width: 48%;
        margin-right: 4%;
        padding: 25px 25px 0;
    }
    .p_text1_cont3 .p_jis {
        width: 48%;
        padding: 25px 25px 0;
    }
    .p_text1_cont3 h4{
        font-size: 22px;
    }

}
@media(max-width: 1440px){
    .product_detail {
        padding: 30px 0;

    }    
}
@media(max-width: 1360px){
    
}
@media(max-width: 1259px){
    
}
@media(max-width: 1199px){
    .p_content1 .p_text1{
        width: 48%;
    }
    .p_content1 .p_text1 h1{
        font-size: 22px;
    }
    .p_text1_cont1 {
        padding: 10px 0;
    }
    .p_text1_cont2 {
        margin: 10px 0 15px;
    }
    .p_text1_cont3 .p_xiaog {
        width: 49%;
        margin-right: 2%;
        padding: 20px 15px;
    }
    .p_text1_cont3 .p_jis {
        width: 49%;
        padding: 20px 15px;
    }
    .p_text1_cont3 h4{
        background:none;
        margin-bottom: 5px;
    }
    .p_text1_cont3 p {
        line-height: 1.8em;
    }
}
@media(max-width: 992px){
    
}
@media(max-width: 768px){
    .product_list {
        padding: 25px 0;
    }
    .product_list li a {
        padding: 15px 10px;
    }    
    .p_content1 .img{
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }
    .p_content1 .p_text1{
        width: 100%;
        float: none;
    }
    .p_text1_cont3{
    
    }
    .p_text1_cont3 h4{
        margin-bottom: 12px;
    }
    .p_text1_cont3 .p_xiaog {
        width: 47.5%;
        margin-right: 5%;
        height: 200px;
        padding: 20px 15px 50px;
    }
    .p_text1_cont3 .p_jis {
        width: 47.5%;
        height:200px;
        padding: 20px 15px 50px;
    }
    .p_text1_cont1_r a{
        width: 120px;
    }
}
@media(max-width: 767px){
    .p_content1 .p_text1 h1{
        font-size: 18px;
    }
    .p_text1_cont1_l{
        float: none;
    }
    .p_text1_cont1_r{
        float: none;
        margin-top: 10px;
    }
    .p_text1_cont2 {
        margin: 0px 0 12px;
    }
    .p_text1_cont3 .p_xiaog {
        width: 100%;
        margin-right: 0%;
        height: 200px;
        padding: 20px 15px 50px;
        margin-bottom: 10px;
    }
    .p_text1_cont3 .p_jis {
        width: 100%;
        height: 200px;
        padding: 20px 15px 50px;
    }
    .p_text1_cont1_r a{
        width: 110px;
    }
}

.p_content2{
    margin:40px 0 32px;
}
.p_content2 .p_content2_title{
    color: #333;
    background:#f0f0f0;
    padding:10px 35px;
    border-radius: 5px;
    margin-bottom: 32px;
    position: relative;
}
.p_content2 .p_content2_title p{
    font-size: 24px;
    line-height:1.2em;
}
.p_content2 .p_content2_title span{
    font-size: 14px;
    line-height:1.2em;
}
.p_content2_title .case_more{
    display: block;
    float: right;
    font-size: 16px;
    color: #666;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px;
    line-height: 1em;
}
.p_content2_cont{
    display: flex;
    flex-wrap: wrap;
}

.moliao p{
    width: 24%;
    margin-right: 1%;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}
.p_content2_cont p{
    width: 19.2%;
    margin-right: 1%;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}
.moliao p{
    width: 24%;
    margin-right: 1%;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}
.p_content2_cont p:last-child{
    margin-right: 0;
}
.p_content2_cont p img{
    transition: all 0.6s ease-out;
}
.p_content2_cont p strong{
    font-weight: normal;
    display: block;
    margin-top:10px;
}
.p_content2_cont p:hover img{
    transition: all 0.6s;
    transform: scale(1.05)
}
.p_content3{
    background:#ebebea;
    padding:45px 125px 52px;
}
.p_content3_title{
    margin-bottom:28px;
}
.p_content3_title span{
    width: 164px;
    line-height:45px;
    height: 45px;
    font-size: 26px;
    color: #fff;
    background:#737171;
    display: block;
    text-align:center;
}
.p_content3_cont{
    margin-bottom: 30px;
}
.p_content3_cont ul{
    display: flex;
    flex-wrap: wrap;
}
.p_content3_cont ul li{
    width: 24.25%;
    margin-right: 1%;
    color: #333;
}
.p_content3_cont ul li:last-child{
    margin-right: 0;
}
.p_content3_cont ul li h3{
    font-size: 24px;

    font-weight: normal;
    text-align: center;
    padding-bottom: 10px;
}
.p_content3_cont ul li p{
    background: #d8d8d8;  
    font-size: 16px;
    padding:10px 15px;
    line-height: 1.8em;
    height: calc(5.4em + 20px);
}
.p_content3_cont2{
    display: flex;
    flex-wrap: wrap;
}
.p_content3_cont2 table{
    width: 49%;
    margin-bottom: 15px;
}
.p_content3_cont2 table:nth-child(1),.p_content3_cont2 table:nth-child(3){
    margin-right: 15px;
}

.p_content3_cont2 table tr{
    
}
.p_content3_cont2 table td{
    text-align: center;
    line-height: 40px;
}
.p_content4{
    padding:60px 115px;
}
.p_content4_title{
    margin-bottom:18px;
}
.p_content4_title span{
    width: 164px;
    line-height:45px;
    height: 45px;
    font-size: 26px;
    color: #fff;
    background:#737171;
    display: block;
    text-align:center;
}
.p_content4_cont{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.p_content4_cont p{
    width: 32%;
    margin-right: 2%;
    font-size: 20px;
    color:#333;
}
.p_content4_cont p:nth-child(3n){
    margin-right: 0;
}

.p_content4_title2{
    font-size: 26px;
    color: #333;
}

.p_content4_cont2{
    display: flex;
    flex-wrap: wrap;
    /*margin-bottom: 30px;*/
}
.p_content4_cont2 p{
    width: 32%;
    margin-right: 2%;
    font-size: 20px;
    color:#333;
}
.p_content4_cont2 p:nth-child(3n){
    margin-right: 0;
}


.pages{
    background:#f1f1f1;
    padding:15px 35px;
    border-radius:5px;
    font-size: 16px;
    color: #333;
    position: relative;
}
.pages a{
    font-size: 16px;
    color: #333;    
}
.p_prev{
    float: left;
    width: 40%;
    padding-left: 56px;
    background:url(../images/left2.png) no-repeat left center;
    height: 37px;
    line-height:37px;
}
a.p_back{
    position: absolute;
    left:50%;
    margin-left: -58px;
    width: 116px;
    height: 37px;
    line-height:37px;
    padding-left: 45px;
    background:url(../images/list2.png) no-repeat left center;
    display: block;
}
.p_next{
    float: right;
    width: 40%;
    text-align:right;
    padding-right: 56px;
    background:url(../images/right2.png) no-repeat right center;
    height: 37px;
    line-height:37px;
}
@media(max-width: 1600px){
    .p_content3 {
        padding: 30px 50px 52px;
    }
    .p_content3_title span{
        width: 130px;
        font-size: 22px;    
    }
    .p_content4 {
        padding: 30px 50px;
    }
    .p_content4_title span {
        width: 130px;
        font-size: 22px;
    }
    .p_content4_title2{
        font-size:22px;
    }
    .pages{
        padding: 10px 20px;
    }
}
@media(max-width: 1440px){
    .p_content2 .p_content2_title p{
        font-size: 22px;
    }
}
@media(max-width: 1360px){
    
}
@media(max-width: 1199px){
    .p_content3 {
        padding: 30px 30px 1px;
    }
    .p_content3_title span{
        width: 130px;
        font-size: 20px;    
    }
    .p_content4 {
        padding: 30px 30px;
    }
    .p_content4_title span {
        width: 130px;
        font-size: 20px;
    }
    .p_content4_title2{
        font-size:20px;
    } 

}
@media(max-width: 992px){
    .pages{
        padding: 10px 20px;
        display: none;
    } 
    .p_prev,.p_next{
        float: none;
        width: 100%;
        padding-left: 56px;
        padding-right: 0px;
        background: url(../images/right2.png) no-repeat left center;
        text-align: left;
    }   
    a.p_back{
        position: relative;
        width: 100%;
        left:0;
        margin-left: 0;
        text-align: left;
        margin:10px 0;
        padding-left: 56px;
    } 
    .p_content3_cont2 table{
        width: 100%;
    }
    .p_content3_cont2 table td{
        line-height: 30px;
    }
}
@media(max-width: 768px){
  
    .p_content2 .p_content2_title{
        padding: 10px 20px;
    }
    .p_content3 {
        padding: 20px 20px 1px;
    }
    .p_content3_title span{
        width: 120px;
        font-size: 18px; 
        line-height: 42px;
        height: 42px;   
    }
    .p_content4 {
        padding: 20px 20px;
    }
    .p_content4_title span {
        width: 120px;
        font-size: 18px;
        line-height: 42px;
        height: 42px;
    }
    .p_content4_title2{
        font-size:18px;
    } 
    .p_content3_title{
        margin-bottom:20px;
    }
    .p_content3_cont {
        margin-bottom: 15px;
    }
    .p_content3_cont ul li{
        width: 49%;
        margin-right: 2%;
    }
    .p_content3_cont ul li:nth-child(2n){
        margin-right:0;
    }
    .p_content3_cont ul li h3{
        font-size:18px;
        padding-bottom: 5px;
    }
    .p_content3_cont ul li p{
        font-size:14px;
        padding:10px;
    }
    .p_content4_cont{
        margin-bottom:15px;
    }
    .p_content4_cont p{
        width: 49%;
        font-size: 16px;
    }
    .p_content4_cont p:nth-child(3n){
        margin-right: 2%;
    }
    .p_content4_cont p:nth-child(2n){
        margin-right: 0;
    }
    .p_content4_cont2 p{
        width: 49%;
        font-size: 16px;
    }
    .p_content4_cont2 p:nth-child(3n){
        margin-right: 2%;
    }
    .p_content4_cont2 p:nth-child(2n){
        margin-right: 0;
    }
}
@media(max-width: 767px){
    .p_content3 {
        padding: 20px 15px 1px;
    }
    .p_content3_title span{
        width: 100px;
        font-size: 16px;
        line-height: 36px;
        height: 36px; 
    }
    .p_content4 {
        padding: 20px 15px;
    }
    .p_content4_title span {
        width: 100px;
        font-size: 16px;
        line-height: 36px;
        height: 36px;
    }
    .p_content4_title2{
        font-size:18px;
    } 
    .p_content2 .p_content2_title{
        margin-bottom: 20px;
        padding: 10px 15px;
    }
    .p_content2 {
        margin: 20px 0 15px;
    }
    .p_content2_cont p {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 10px;
    }
    .p_content2_cont p:nth-child(3n){
        margin-right:0;
    }
    .p_content2_cont p:nth-child(4),.p_content2_cont p:nth-child(5){
        display:none;
    }
    .p_content2 .p_content2_title p{
        font-size: 17px;
    }
    .moliao p {
        width: 48%;
        margin-right: 2%;
        border-radius: 5px;
        overflow: hidden;
        cursor: pointer;
    }
    
}



/*news*/
.news_list{
    display: flex;
    flex-wrap: wrap;
    padding:40px 0 70px;
}
.news_list li{
    width: 31%;
    margin-right: 3.5%;
    position: relative;
    margin-bottom:30px;
}
.news_list li:nth-child(3n){
    margin-right: 0;
}
.news_list li:after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    border:1px solid #e5e5e5;
    width: calc(100% - 2px);
    height: calc(100% - 2px);    
}
.news_list li a{
    display: block;
    position: relative;
    z-index: 2;
}
.news_list li .img{
    overflow: hidden;
}
.news_list li .img img{
    transition: all 0.6s ease-out;
    width: 100%;
}
.news_list li .text{
    padding:20px 25px;
}
.news_list li .text h3{
    font-size:18px;
    color: #333;
    font-weight: normal;
}
.news_list li .text p{
    font-size:14px;
    color: #999;
    line-height:1.6em;
    padding:5px 0 15px;
}
.news_list li .text span{
    display: block;
    width: 92px;
    line-height:24px;
    height: 24px;
    background:#000;
    text-align:center;
    font-size:14px;
    color: #fff;
}
.news_list li:hover .img img{
    transform: scale(1.1);
    transition: all 0.6s ;
}
.news_detail{
    margin:90px auto 90px;
}
.news_detail h2{
    font-size:36px;
    color: #333;
    font-weight: normal;
    line-height:1em;
    text-align:center;
    margin-bottom:15px;
}
.info_title{
    text-align: center;
    font-size: 16px;
    color: #666;
}
.info_title span{
    display: inline-block;
    margin:0 30px;
}
.news_detail .content{
    padding:40px 0 60px;
    font-size:16px;
}
a.back{
    display: block;
    width: 126px;
    line-height:36px;
    height: 36px;
    background:#000;
    font-size:16px;
    color:#fff!important;
    text-align:center;
    border-radius: 25px;
    margin-top:10px;
}
@media(max-width: 1440px) {
    .news_detail {
        margin: 70px auto 70px;
    }
    .news_detail h2{
        font-size:32px;
    }    
}
@media(max-width: 1024px) {

    .news_list li{
        width: 32%;
        margin-right: 2%;
    }
    .news_list li .text {
        padding: 10px 15px;
    }
    .news_list li .text h3{
        font-size:16px;
        white-space: nowrap; 
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .news_detail {
        margin: 50px auto 50px;
    }
    .news_detail h2{
        font-size:26px;
    }   
}
@media(max-width: 768px) {

    .news_list {
        padding-top: 20px;
    } 
    .news_list li .text p{
        font-size:14px;
    }
    .news_detail {
        margin: 30px auto 30px;
    }
    .news_detail h2{
        font-size:20px;
    }     
    .info_title span{
        margin:0 15px;
    }   
}
@media(max-width: 767px) {

    .news_list {
        padding-top: 10px;
    }
    .news_list li {
        width: 100%;
        margin-right: 0%;
        margin-bottom:10px;
    } 
    .news_detail {
        margin: 20px auto 20px;
    } 
    .info_title span {
        margin: 0 10px;
    }   
    .news_detail .content {
        padding: 20px 0;
        font-size: 14px;
    }   
}


#pz1{
    padding:58px 0 0px;
}
.pz_list{

}
.pz_list li{
/*    width: calc(100% / 3);*/
    width: 33.33333%;
    overflow: hidden;
    position: relative;
    float: left;
}
.pz_list li .imgs{
    overflow: hidden;
}
.pz_list li .imgs .pz_list_bg{
    transition: all 0.3s ease-out;
    transform: scale(1.05);
}
.pz_list li .text{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}
.pz_list li .text .img{
    position: relative;
    margin-bottom: 40px;
    width: 78px;
    height: 70px;
}
.pz_list li .text .img img{
    position: absolute;
    top:0;
    left:0;
    vertical-align: middle;
    transition: all 0.3s ease-out;
}
.pz_list li .text h3{
    margin-bottom: 10px;
    font-size: 32px;
    line-height:1em;
    font-weight: normal;
}
.pz_list li .text p{
    font-size: 18px;
    text-align: justify;
    text-justify: distribute-all-lines;
}
.pz_list li:hover .pz_list_bg{
    transition: all 0.3s;
    transform: scale(1.1);
}
.pz_list li:hover .text .img img{
    transition: all 0.3s;
    top:5px;
}
#pz2{
    background:url(../images/pz_bg1.png) no-repeat center #fafafa;
    padding:80px 0 75px;
}
.n_title1{
    font-size: 36px;
    color: #333;
    line-height:1em;
    padding-bottom: 17px;
    position: relative;
    text-align:center;
    margin-bottom:48px;
}
.n_title1:before{
    content:'';
    position: absolute;
    left:50%;
    margin-left: -30px;
    bottom:0;
    width: 60px;
    height:1px;
    background:#f2c33e;
}
#pz2 .img{
    float: left;
    width: 47%;
}
#pz2 .text{
    float: right;
    width: 50%;
    font-size: 15px;
    color: #4c4c4c;
    line-height:2.5em;
    padding-top:4%;
}
#pz3{
    background:url(../images/pz_bg2.jpg) no-repeat center ;
    background-size: cover;
    padding:90px 0 135px;
}
#pz3 .text p{
    font-size: 16px;
    color: #4c4c4c;
    line-height: 2em;
    margin-bottom:20px;
}
#pz3 .text p:last-child{
    margin-bottom: 0;
}

@media(max-width: 1600px){
    #pz1 {
        padding: 50px 0 0px;
    }
    .pz_list li .text .img{
        margin-bottom: 25px;
    }
    .pz_list li .text h3 {
        font-size: 26px;
    }
    .pz_list li .text p{
        font-size: 16px;
    }
    #pz2 {
        padding: 50px 0;
    }
    .n_title1{
        font-size: 32px;
        margin-bottom: 40px;
    }
    .n_title1:before {
        margin-left: -25px;
        width: 50px;
    }
    #pz2 .text{
        padding-top:0;
        line-height:2em;
    }
    #pz3 {
        padding:70px 0;
    }
    #pz3 .text p{
        font-size: 15px;
    }
}
@media(max-width: 1440px){

}
@media(max-width: 1360px){

}
@media(max-width: 1024px){
    .n_title1{
        font-size: 26px;
        margin-bottom: 30px;
    }
    #pz1 {
        padding: 40px 0 0px;
    }
    #pz2 {
        padding: 40px 0 0px;
    }
    #pz3 {
        padding:50px 0;
    }
    #pz3 .text p{
        font-size: 14px;
    }
    .pz_list li .text h3 {
        font-size: 24px;
    }
}
@media(max-width: 992px){
    #pz3 {
        padding:40px 0;
    }
    .pz_list li .text h3 {
        font-size: 22px;
    }
}
@media(max-width: 768px){
    .about_title2 {
        margin-bottom: 25px;
    }
    .about_title2 h3 {
        font-size: 24px;
    }
    .pz_list li .text{
        padding:0 10px;
    }
    .pz_list li .text .img{
        width: 50px;
        height: 60px;
        margin-bottom: 10px;
    }
    .pz_list li .text .img img{
        max-width: 50px;
    }
    .pz_list li .text h3 {
        font-size: 20px;
    }
    .pz_list li .text p {
        font-size: 14px;
        text-align:center;
    }
    #pz2 {
        padding: 40px 0;
    }
    #pz2 .img {
        float: none;
        width: 100%;
        text-align:center;
        margin-bottom: 10px;
    }
    #pz2 .text {
        float: none;
        width: 100%;
    }
    .n_title1 {
        font-size: 22px;
        margin-bottom: 20px;
    }
}
@media(max-width: 767px){
    #pz1 {
        padding: 25px 0 ;
    }
    .pz_list li{
        width: 100%;
    }
    #pz2 {
        padding: 25px 0;
    }
    #pz3 {
        padding:25px 0;
    }
    .pz_list li .text h3 {
        font-size: 16px;
    }
    .about_title2 h3{
        font-size: 20px;
    }

}



/*job*/
.id-info {
 padding: 2.25rem 0;
}
.id-info .info {
 height: 10rem;
}
.id-info .con {
 width: 50%;
 height: 100%;
 padding-right: 4rem;
 display: flex;
 flex-direction: column;
 justify-content: center;
}
.id-info .con h5 {
 color: #333;
 margin-bottom: 0.7rem;
 font-size:1rem;
 font-weight: 400;
}
.id-info .con p {
 color: #888;
 line-height: 1.8;
 font-size: 0.45rem;
}
.id-info .img {
 width: 50%;
 height: 100%;
}

.job_list{
    background-color: #f7f7f7;
    background-size: cover;  
    padding:2rem 0 1rem;
}
.job_list h4{
  font-weight: normal;
  font-size:26px;
  color: #333;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 35px;
  position: relative;
}
.job_list h4:after{
  content:'';
  position: absolute;
  bottom:0;
  left:50%;
  width: 45px;
  height: 1px;
  margin-left: -27.5px;
  background:#47443d;
}
.school-wrap {
 padding-bottom: 2.5rem;
}
.school-wrap .list-title {
 width: 100%;
 height: 2rem;
 line-height: 2rem;
 background: #fff;
 color: #333;
 font-weight: bold;
 border-bottom: 1px solid #f1f1f1;
}
.school-wrap .list-title div{
     font-size: 0.4rem;   
}
.school-wrap .list-title .name {
 width: 18%;
 padding-left: 0.8rem;

}
.school-wrap .list-title .local {
 width: 14.6%;

}
.school-wrap .list-title .num {
 width: 14.6%;
}
.school-wrap .list-title .detail {
 width: 14.6%;
}
.school-wrap .list li .list-title {
 cursor: pointer;
 transition: all 0.3s ease 0s;
 height: 1.6rem;
 line-height: 1.6rem;
 color: #5d5d5d;
 font-weight: normal;
}
.school-wrap .list li .list-title .icon {
 right: 2.5rem;
 color: #505050;
}
.school-wrap .list li .list-title .icon i {
 width: 20px;
 height: 20px;
 background: url("../images/detail-add.png") no-repeat center center;
 background-size: contain;
 margin-left: 10px;
}
.school-wrap .list li .sub-wrap {
 padding: 1.5rem 0.8rem;
 position: relative;
 background: #fcfcfc;
 display: none;
}
.school-wrap .list li .sub-wrap h2 {
 color: #333;
 font-size: 0.5rem;
 margin-bottom: 1rem;
 font-weight:bold;
}
.school-wrap .list li .sub-wrap .sub-con {
 padding-bottom: 1rem;
 margin-bottom: 1rem;
 border-bottom: 1px solid #e7edf5;
}
.school-wrap .list li .sub-wrap .sub-con h5 {
 margin-bottom: 0.5rem;
 color: #333;
 font-size: 0.45rem;
 font-weight:bold;
}
.school-wrap .list li .sub-wrap .sub-con p {
 color: #505050;
 margin-bottom: 0.2rem;
}
.school-wrap .list li .sub-wrap .sub-con:last-child {
 border-bottom: none;
}
.school-wrap .list li .sub-wrap .apply {
 width: 3.75rem;
 height: 1.25rem;
 line-height: 1.25rem;
 text-align: center;
 color: #fff;
 font-size: 0.4rem;
 background: #000;
}
.school-wrap .list li.cur .icon {
 color: #333;
}
.school-wrap .list li.cur .icon i {
 width: 20px;
 height: 20px;
 background: url("../images/detail-less.png") no-repeat center center;
 background-size: contain;
 margin-left: 10px;
}

.dfj {
    display: flex;
    align-items: center;
    justify-content: center;
}
.poa {
    position: absolute;
}
.por {
    position: relative;
}
.dib {
    display: inline-block;
}
@media(max-width: 1440px){

}
@media(max-width: 1024px){
    
}
@media(max-width: 992px){
.id-info .info {
    height: auto;
}
    .id-info .con {
        width: 100%;
        height: auto;
        padding-right: 0;
    }
    .id-info .img {
        width: 100%;
        height: 14rem;
        margin-top: 1rem;
    }
}
@media(max-width: 768px){
   
}
@media(max-width: 767px){
  .id-info{
    padding:0.6rem 0;
  }
  .job_list{
    padding:0.6rem 0 0;
  }
  .job_list h4{
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  } 
    .id-info .img {
        height: 5rem;
        margin-top: 0.5rem;
    }
    .id-info .con h5 {
        margin:0;
        margin-bottom: 0.4rem;
        font-size: 0.44rem;
        line-height:1em;
    }
    .id-info .con p {
        font-size: 0.28rem;
    }
    .school-wrap .list-title{
        height: 1.4rem;
        line-height: 1.4rem;
    } 
    .school-wrap .list-title div{
        font-size: 0.28rem;    
    }
    .school-wrap .list li .list-title .icon span {
        display: none;
    } 
    .school-wrap .list-title .name {
        width: 30%;
        padding-left: 0.2rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .school-wrap .list-title .local {
        width: 22%;
    }
    .school-wrap .list-title .num {
        width: 22%;
    } 
    .school-wrap .list li .list-title {
        height: 1.2rem;
        line-height: 1.2rem;
    }
    .school-wrap .list li .list-title .icon {
        right: 0.2rem;
        top: 0.35rem;
    }
    .school-wrap .list li .sub-wrap {
        padding: 0.3rem 0.2rem;
    }
    .school-wrap .list li .sub-wrap h2 {
        font-size: 0.36rem;
        margin-bottom: 0.4rem;
    }
    .school-wrap .list li .sub-wrap .sub-con {
        padding-bottom: 0.4rem;
        margin-bottom: 0.5rem;
    }
    .school-wrap .list li .sub-wrap .sub-con h5 {
        margin-bottom: 0.4rem;
        font-size: 0.32rem;
    }
    .school-wrap .list li .sub-wrap .sub-con p {
        margin-bottom: 0.1rem;
        font-size: 0.28rem;
    }
    .school-wrap .list li .sub-wrap .apply {
        width: 2.2rem;
        height: 0.7rem;
        line-height: 0.7rem;
        font-size: 0.3rem;
    }
}



/*contact*/
.contact1{
    padding: 10px 0 0px;
}
.contact1 p{
    font-size:30px;
    color: #060001;
}
.contact1 span{
    font-size:18px;
    color: #666;
}
.contact2{
    
}
.contact2 p{
    margin-top: 30px;
    font-size:36px;
    line-height: 38px;
    color: #333;
    font-weight: bold;
}
.contact2 span{
    font-size:16px;
    color: #666;
    letter-spacing: 2.8px;
}
.lxfs{
    display: flex;
    margin-top: 30px;
}
.lxfs li{
    width: 24.25%;
    margin-right: 1%;
    background:#eff2f7;
    padding:52px 20px 48px;
    text-align:center;
}
.lxfs li .img{
    transition: all 0.3s ease 0s;
    width: 42px;
    height: 47px;
    line-height:60px;
    margin:0 auto 15px;
}
.lxfs li .img2{
    transition: all 0.3s ease 0s;
    width: 42px;
    height: 47px;
    line-height:60px;
    margin:0 auto 15px;
}
.lxfs li:hover .img{
    line-height: 36px;
    
}
.lxfs li:hover .img2{
    line-height: 36px;
    
}
.lxfs li p{
    font-size: 20px;
    color: #333;
}
.lxfs li span{
    font-size: 16px;
    color: #333;
}
/*.lxfs li:nth-child(3) p{*/
/*    font-size: 16px;*/
/*    color: #333;*/
/*}*/
/*.lxfs li:nth-child(3) span{*/
/*    display: none;*/
/*}*/

@media(max-width: 1600px){
    .contact2 p{
        font-size:30px;
        line-height: 38px;
        color: #333;
        font-weight: bold;
    }
    .contact2 span{
        font-size:14px;
        color: #666;
        letter-spacing: 2px;
    }
    .n_contact{
        padding: 40px 60px 50px;
        margin-bottom: 40px;        
    }
    .n_contact_title{
        margin-bottom:30px;
    }
    .n_contact_title h3{
        font-size: 30px;
    }
    .n_contact_title p{
        font-size: 22px;
        margin-top: 20px;
    }
    .lxfs li{
        padding: 30px 15px;
    }
    .lxfs li p{
        font-size: 16px;
    }

}
@media(max-width: 1440px){

    
}
@media(max-width: 1199px){
    .n_contact{
        padding: 30px 30px;
        margin-bottom: 20px;        
    }
    .n_contact_title{
        margin-bottom:20px;
    }
    .n_contact_title h3{
        font-size: 24px;
    }
    .n_contact_title p{
        font-size: 16px;
        margin-top: 10px;
    }
    .lxfs li{
        padding: 20px 10px;
    }
    .lxfs li p{
        font-size: 16px;
    }    
}
@media(max-width: 768px){
    .n_contact {
        padding: 20px;
        margin-bottom: 20px;
    } 
    .n_contact_title h3 {
        font-size: 20px;
    }
    .n_contact_title p{
        font-size: 14px;
    }  
    .lxfs li p{
        font-size: 14px;
    } 
    .lxfs li span{
        font-size: 14px;
    }
    .lxfs li:nth-child(3) p{
        font-size: 14px;
        line-height:1.6em;
    }
    .contact2 p{
        font-size:24px;
        margin-top:0;
    }
    .contact1 span{
        font-size:16px;
    }
}
@media(max-width: 767px){
    .n_contact {
        padding: 15px 10px;
        margin-bottom: 15px;
    }  
    .lxfs{
        flex-wrap: wrap;
    }   
    .lxfs li{
        width: 49%;
        margin-right: 2%;
        margin-bottom:10px;
        padding: 15px 10px;
    }
    .lxfs li:nth-child(2n){
        margin-right:0;
    }
    .contact2 p{
        font-size:20px;
    }
}


.message_title{
    margin-top:50px;
}
.message_title h3 {
    font-size: 36px;
    font-weight:normal;
}
.message_title p{
    font-size: 25px;
    color: #808080;
    text-transform: uppercase;
    font-family: 'Conv_HelveticaNeueLT-ThinExt';    
}
.message_contact{
    font-size: 15px;
    margin: 60px 0;
}
.message_contact ul{
/*    margin: 0 -17px;*/
}
.message_contact ul li {
    float: left;
    width: 33.33333%;
    padding: 0 17px;
}
.message_contact ul li:first-child{
    padding-left: 0;
}
.message_contact ul li:last-child{
    padding-right: 0;
}
.message_contact ul li p,.message_contact ul li .text p {
    margin-bottom: 15px;
    font-size: 17px;
}
.message_contact ul li input {
    width: 100%;
    padding: 18px 25px 18px 55px;
    line-height: 30px;
    height: 56px;
    background-color: #f9f9f9;
    background-position: 20px center;
    background-repeat: no-repeat;
    -o-background-size: 22px;
       background-size: 22px;
    border: 1px solid #e7e7e7;
    color: #919191;
}
/*.message_contact input.m_input {
    background-color: #25599f;
    color: #fff;
}*/
.message_contact ul li input#name {
    background-image: url(../images/online-1.png);
}

.message_contact ul li input#contact {
    background-image: url(../images/online-2.png);
}

.message_contact ul li input#email {
    background-image: url(../images/online-3.png);
}

.message_contact .text textarea#content {
    background-image: url(../images/online-4.png);
}
.message_contact .text {
    margin-top: 38px;
    position: relative;
}

.message_contact .text textarea {
    padding: 18px 25px 18px 55px;
    background-color: #f9f9f9;
    background-position: 20px 18px;
    background-repeat: no-repeat;
    -o-background-size: 22px;
       background-size: 22px;
    border: 1px solid #e7e7e7;
    color: #919191;
    height: 180px;
    width: 100%;
}
.message_contact .m_btn {
    margin-top: 50px;
    display: block;
    width: 240px;
    height: 56px;
    margin: 30px auto 0;
    line-height: 56px;
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.m_btn input {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #000;
    border-radius: 3px;
    font-style: normal;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    z-index: 1;
    border:none;
    outline: none;
}

.m_btn input:hover {
    opacity: 0.8;
}

.message_contact ul li input::-webkit-input-placeholder,
.message_contact .text textarea::-webkit-input-placeholder {
    color: #919191;
}

.message_contact ul li input::-moz-placeholder,
.message_contact .text textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #919191;
}

.message_contact ul li input:-moz-placeholder,
.message_contact .text textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #919191;
}

.message_contact ul li input:-ms-input-placeholder,
.message_contact .text textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #919191;
}


@media(max-width: 1600px){
    .message_title {
        margin-top: 30px;
    }
    .message_title h3{
        font-size: 30px;
    }
    .message_title p{
        font-size: 20px;
    }
    .message_contact {
        margin: 30px 0;
    }
    .message_contact .m_btn{
        width: 200px;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1199px){

    .message_title h3{
        font-size: 24px;
    }
    .message_title p{
        font-size: 16px;
    }  
    .message_contact .m_btn{
        width: 180px;
    }  
}
@media(max-width: 768px){
    .message_contact ul li{
        width: 100%;
        padding:0;
        margin-bottom:10px;
    }
    .message_contact ul li p, .message_contact ul li .text p{
        margin-bottom:5px;
    }
    .message_contact .text{
        margin-top:10px;
    }
    .message_contact .m_btn{
        width: 160px;
        height: 42px;
        margin: 20px auto 0;
        line-height: 42px;
    }
}
@media(max-width: 767px){
    .message_title h3 {
        font-size: 20px;
    }
    .message_title p {
        font-size: 14px;
    }    
}



.case_list{
    display: flex;
    flex-wrap: wrap;
    padding:50px 0;
}
.case_list li{
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 20px;
    text-align: center;

}
.case_list li:nth-child(4n){
    margin-right: 0;
}
.case_list li a.img{
    display: block;
    overflow: hidden;
    background: #f7f7f7;
}
.case_list li a.img img{
    transition: all 0.6s ease-out;
    display: block;
    padding: 10px 6px;
    box-sizing: border-box;
}
.case_list li h3 a{
    display: block;
    width: 100%;
    font-weight: normal;
    font-size: 16px;
    padding:5px 0;
}
.case_list li:hover a.img img{
    transition: all 0.6s;
    transform: scale(1.1)
}
.case_list li:hover h3 a{
    background: #000;
    color: #fff;
}
.case_detail{
    padding:50px 0;
}
.case_detail h1{
    font-size: 24px;
    text-align: center;
    font-weight: normal;
    color: #333;
    display: none;
}
.case_detail .content{
    margin: 30px 0;
}

@media(max-width:1600px){
    
}
@media(max-width:1440px){
    
}
@media(max-width:1360px){
    
}
@media(max-width:1260px){
    
}
@media(max-width:1024px){
    .case_list li{
        width:32%;
    }
    .case_list li:nth-child(4n){
        margin-right: 2%;
    }
    .case_list li:nth-child(3n){
        margin-right: 0;
    }    
}
@media(max-width:768px){
    .case_list{
        padding:30px 0;
    }
}
@media(max-width:640px){
    .case_list li{
        width:49%;
        margin-bottom:15px;
    }
    .case_list li:nth-child(3n){
        margin-right: 2%;
    }
    .case_list li:nth-child(2n){
        margin-right: 0;
    }
}



h1.title{
    font-size: 22px;
    color: #333;
    text-align: center;
    padding:2em 0 0.5em 0;
    font-weight: normal;
}
.info_title{
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-bottom: 1em;
    border-bottom:1px dashed #dcdcdc;
    margin-bottom: 2em;
}
h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.page{
    font-size: 14px;
    color: #666;    
}
.page a{
    font-size: 14px;
    color: #666;    
}

@media(max-width: 768px){
    h1.title{
        font-size: 18px;
    }
}

.pageController{
    text-align: center;
    color:#505050;margin:0 auto;
    margin:0 0 50px;
    line-height:24px;
}
.pageController a{background-color:#FFF;vertical-align:middle; border:#efefef 1px solid; 
    color:#505050;padding:5px 8px; margin-right:3px;margin-left:3px;
}
.pageController a:hover{background-color:#f2c33e;color:#fff; text-decoration:none;border:#efefef 1px solid;}
.pageController .currPage {background-color: #333;color:#ff0000;border:#efefef 1px solid;}
.pageController .t1{
    float:left;margin-right:5px;height:24px;line-height:22px;white-space:nowrap;
    display: none;
}
.pageController .t2{vertical-align:middle;line-height:39px;}
.pageController .t2 #current{
    line-height: 39px;
    background-color: #333;
    vertical-align: middle;
    border: 1px solid #f2c33e; 
    color: #fff;padding: 5px 8px;
    margin-right: 3px;
    margin-left: 3px;
    width: 39px;
}
.pageController .t1 span{
    /*padding-left:4px;
    padding-right:4px;*/
    width: 39px;
}
.pageController select{height:24px;vertical-align:middle;text-align:center;line-height:24px;
    display: none;
}
.pageController select option{vertical-align:middle;}

@media(max-width: 768px){
    .pageController{
        margin-bottom:2em;
    }
}

.m_f_fixed{
    position: fixed;
    bottom:0;
    left:0;
    background: #f2c33e;
    color: #fff;
    z-index:9999;
    justify-content: center;
    width: 100%;
    display:none;

}
.m_f_fixed a{
        flex: 1;
    font-size: 15px;
    color: #fff;
    display: block;
    text-align: center;
    padding: 5px 0;
}
.m_f_fixed a img{
    width: 25px;
    display: block;
    margin:0 auto 0px;
}
#gotop{
    position: fixed;
    right: 0;
    bottom: 30px;
    cursor: pointer;
}
@media(max-width: 1199px){
    #gotop{
        display: none;
    }
}
@media(max-width:640px){
    .m_f_fixed{
        display: flex;
    }
    footer{
       margin-bottom: 65px;
    }
}

.client-2 {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}

.client-2 li a {
    text-decoration: none;
}
.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 71px;
    position: relative;
    background: #222;
}

.client-2 li i {
    background: url(../images/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}

.client-2 li p {
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop i {
    width: 33px;
    height: 35px;
    background-position: -27px -51px;
}

.client-2 .my-kefu-left {
    float: left;
    width: 77px;
    height: 47px;
    position: relative;
}

.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}

.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    background: #222;
    color: #fff;
    height: 56px;
    width: 247px;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-main {
    background: #222;
    width: 97px;
    height: 56px;
    position: relative;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -140px;
    top: -24px;
    display: none;
    z-index: 333;
}

.my-kefu-weixin-pic img {
    width: 140px;
    height: 140px;
}

@media(max-width: 1199px){
    .client-2{
        display: none;
    }
}



.n_contact{
        padding: 0px 0 20px;
}
.n_contact_title2{
    font-size: 36px;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
    padding:20px 0 30px;
    line-height:1em;
}
.tab2li{
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
}
.tab2li li{
    width:15%;
    margin-right: 2%;
    font-size: 18px;
    color: #666;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
    line-height: 50px;
    height: 50px;
    background: #f2f2f2;
}
.tab2li li:last-child{
    margin-right: 0;
}
.tab2li li:hover{
    color: #fff;
    background: #f2c33e;
}
.tab2li li.on{
    color: #fff;
    background: #f2c33e;
}
.n_maps{
    width: 100%;
    margin-bottom: 60px;
    position: relative;
    overflow: hidden;
    height: 500px;
}
.tab2{
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}
.tab2.active {
    opacity: 1;
    z-index: 10;
}
.tab2 iframe{
    width: 100%;
    display: block;
    height: 500px;
}
.tab2 .xsjd{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -180px;
    background: #f2c33e;
    z-index: 9999;
    color: #fff;
    padding: 50px 50px;
    border-radius: 0px 12px 12px 0px;
}
/*.xsjd{*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    justify-content: space-between;*/
/*}*/
.xsjd li{
    width: 48%;
    margin-top:40px;
    color: #333;
    position: relative;
    background:url(../images/c_bg1.jpg) no-repeat top center;
    padding:58px 70px 55px;
    border-radius: 10px;
}
.xsjd h3{
    font-size: 32px;
    line-height:1em;
    padding-bottom: 15px;
    border-bottom: 2px solid #fff;
}
.xsjd h4{
    font-size: 24px;
    font-weight: normal;
    line-height:1em;
    padding:18px 0 20px;
}
.xsjd .cont{

}
.xsjd .cont p{
    padding-left:35px;
    line-height:32px;
    font-size: 16px;
}
.xsjd .cont p.p1{
    background: url(../images/c1.png) no-repeat left center;
}
.xsjd .cont p.p2{
    background: url(../images/c2.png) no-repeat left center;
}
.xsjd .cont p.p3{
    background: url(../images/c3.png) no-repeat left center;
}
.xsjd .cont p.p4{
    background: url(../images/c4.png) no-repeat left center;
}
.xsjd .cont p.p5{
    background: url(../images/c5.png) no-repeat left center;
}
.xsjd li .c_logo{
    position: absolute;
    z-index: 9;
    right: 22px;
    bottom: 20px;
}
.xsjd li .c_logo1{
    display: inline-block;
    position: relative;
    width: 89px;
    height: 36px;
    overflow: hidden;
    background:url(../images/c_logo1.png) no-repeat top center;
}
.xsjd li .c_logo1 img{
    display: block;
    position: absolute;
    top:0;
    left:0;
}

.xsjd li .c_logo2{
    display: inline-block;
    position: relative;
    width: 50px;
    height: 49px;
    overflow: hidden;
    background:url(../images/c_logo2.png) no-repeat top center;
    margin-left: 12px;
}
.xsjd li .c_logo2 img{
    display: block;
    position: absolute;
    top:0;
    left:0;
}
.xsjd li:hover{
    color: #fff;
    background:url(../images/c_bg1_h.jpg) no-repeat top center;
}
.xsjd li:hover h3{
    border-bottom: 2px solid #fff;
}
.xsjd li:hover .c_logo1{
    background:url(../images/c_logo1_h.png) no-repeat top center;
}   
.xsjd li:hover .c_logo2{
    background:url(../images/c_logo2_h.png) no-repeat top center;    
}
.xsjd .cont p.p1{
    background: url(../images/c1_h.png) no-repeat left center;
}
.xsjd .cont p.p2{
    background: url(../images/c2_h.png) no-repeat left center;
}
.xsjd .cont p.p3{
    background: url(../images/c3_h.png) no-repeat left center;
}
.xsjd .cont p.p4{
    background: url(../images/c4_h.png) no-repeat left center;
}
@media(max-width: 1600px){
    .n_contact_title2{
        font-size: 26px;
        padding: 15px 0 20px;
    }
    .xsjd li{
        padding: 30px 40px;
    }
    .xsjd h3{
        font-size: 22px;
        padding-bottom: 15px;        
    }
    .xsjd h4{
        font-size: 20px;
    }
    .xsjd .cont p.p2{
        font-size: 14px;
        padding-left: 24px;
    }
    .xsjd li .c_logo {
        right: 15px;
        bottom: 10px;
    }
    .xsjd .cont p {
        padding-left: 24px;
        line-height: 28px;
        font-size: 14px;
    }
}
@media(max-width: 1440px){

}
@media(max-width: 1199px){
   .tab2li li{
        font-size:16px;
    }
    .n_contact_title2{
        font-size: 24px;
        padding: 10px 0;
    }
    .xsjd li {
        padding: 25px 20px;
        margin-top:25px;
    }  
    .xsjd h3{
        font-size: 20px;
        padding-bottom: 10px;        
    }
    .xsjd h4{
        font-size: 16px;
    }  
}
@media(max-width: 768px){
    /*.n_maps{*/
    /*    height:360px;*/
    /*}    */
}
@media(max-width: 767px){
   .tab2li li{
        width:32%;
        margin-right: 2%;
    }
    .tab2li li:nth-child(3n){
        margin-right:0;
    }
    .n_contact_title2{
        font-size: 20px;
    }
    .xsjd li{
        width: 100%;
        margin-top:15px;
        padding: 15px 10px;
    }
    .xsjd h3{
        font-size: 18px;
    }
    .xsjd h4 {
        padding: 10px 0 15px;
    }
    .xsjd .cont p{
        font-size: 14px;
        line-height:28px;
    }
    /*.xsjd .cont p.p1 {*/
    /*    background: url(../images/c1.png) no-repeat left 10px;*/
    /*}*/
    .n_maps{
        height:350px;
    }
    .tab2{
        /*position:relative;*/
    }
    .tab2 iframe{
        /*display:none;*/
        height:220px;
        margin-bottom:15px;
        display:none;
    }
    .tab2li{
        margin:15px 0;
    }
    .tab2 .xsjd{
        position:relative;
        top:0;
        margin-top:0;
        padding:15px;
    }
}